home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
Moss
/
Kartell.dir
/
Internal_128_back.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-15
|
278 b
|
20 lines
on mouseEnter me
set the visible of sprite 7 to 1
updateStage()
end
on mouseLeave me
set the visible of sprite 7 to 0
updateStage()
end
on mouseDown
buttonclickleft()
set the visible of sprite 7 to 0
updateStage()
end
on mouseUp
go("back 2", "kiosk.dir")
end